runtime.linearAlloc.end (field)

6 uses

	runtime (current package)
		malloc.go#L601: 		if mheap_.heapArenaAlloc.next <= p && p < mheap_.heapArenaAlloc.end {
		malloc.go#L602: 			p = mheap_.heapArenaAlloc.end
		malloc.go#L616: 				p = mheap_.arena.end // For hint below
		malloc.go#L1492: 	end    uintptr // end of reserved space
		malloc.go#L1506: 	l.end = base + size
		malloc.go#L1512: 	if p+size > l.end {